home *** CD-ROM | disk | FTP | other *** search
/ PD Collection CD 1 / PD Collection CD 1.iso / textual / pdftops / xpdf / h / GfxTable < prev    next >
Text File  |  1996-06-09  |  310b  |  13 lines

  1. /* This file added by snb94r@ecs.soton.ac.uk to bypass the cfront 3.1 bug
  2.  * which stops the va_arg macro being used.  It relies on sizeof(int)
  3.  * being equal to sizeof(enum TchkType).
  4.  */
  5.  
  6. #ifdef __cplusplus
  7. extern "C" {
  8. #endif
  9.   void enter_Gfx_ops(int *t, int count, va_list ap);
  10. #ifdef __cplusplus
  11. }
  12. #endif
  13.